home *** CD-ROM | disk | FTP | other *** search
- From: tlj@austin.ibm.com (Tim Jones)
- Subject: Mac Ftp Sites Html Page
- Date: Thu, 11 Aug 1994 15:05:43 -0500 (CDT)
-
- Hi!
-
- I recently took Bruce Grubb's mac ftp list and made it into an html
- page for use within Mosaic. I left his text pretty much the same and
- just added the links to each ftp site. The footnote numbers are also
- linked to the bottom of the file. I hope it's as useful to you as it
- is to me!
-
- Tim Jones
- jones@bga.com
-
- ------------------------------- cut here ------------------------------
- <HTML><HEAD><TITLE>Mac ftp Sites</TITLE></HEAD>
- <BODY>
-
- <H1>Mac ftp Sites</H1>
- <H3>1 Aug 1994, version 3.8.8</H3>
-
- <P>
- From: bruce grubb <72130.3557@compuserve.com>
- </P><P>
- This is a update {Aug 1,1994} to Mike Gleason's ftp list {He gave me permision
- to continue it}. It lists a good number of mac anonymous ftp sites with notes
- on some and a little blurb on how to use anonymous ftp. Must be in Monaco 9
- {or PC equivalent} to be readable.
- </P><P>
- blurb ends, report commences ...</P>
- <HR>
- <P>
- Revisions posted monthly to the USENET newsgroups comp.sys.mac.comm,
- comp.sys.mac.misc, comp.sys.mac.apps, and comp.sys.mac.games.
- </P><P>
- Archived on sumex-aim.stanford.edu, mac.archive.umich.edu and their mirrors
- via e-mail to macgifts@sumex-aim.stanford.edu {see sumex-aim.stanford.edu note
- for details}. Also archived as a .sit file on Compuserve {Internet Forum} and
- AOL.
- </P><P>
- The concept for this document is copyrighted 1991 by Mike Gleason with
- permission to Bruce Grubb for alterations, but may be freely distributed and
- archived.
- </P><P>
- Please send newly discovered macintosh sites (with IP numbers and directories
- to check if possible), bug fixes, and comments to:
- </P>
- <PRE>
- Internet: BruceG6069@aol.com<BR>
- AOL: BruceG6069<BR>
- {AOL can only handle <30K e-mail so keep messages short}<BR>
- </PRE>
-
- <H2>For folks new to ftp</H2>
- <P>
- The first column of stuff in the data below is the site name. Usually
- you can just run ftp and type open and then the site name. But some
- computers don't like the names (or don't have all of them) and prefer the
- next column of stuff, the IP addresses. If you try the open command with the
- IP number and it doesn't bite, it isn't gonna work. Most mac ftp sites have
- encoded their files with BinHex 4.0 which end in the suffix ".hqx". To decode
- these files, you can just download them to your mac, and use Compact Pro or
- Stuffit to decode them. THEN, you will need to decompress them. Stuffit
- files end in ".sit" while Compact Pro files end in ".cpt" but you will
- probably only want to use Stuffit as it can decompress both formats. When ftp
- prompts you for a username and password, send "anonymous" as the username, and
- your email address as the password, for Mike Gleason it would be
- mgleason@cse.unl.edu. Here's a sample ftp session:
- </P>
- <PRE>
- % ftp
- ftp> open sumex-aim.stanford.edu
- Connected to sumex-aim.stanford.edu.
- 220 sumex-aim FTP server (SunOS 4.0/3) ready.
- Name (sumex-aim.stanford.edu:mgleason): anonymous
- Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
- 331 Guest login ok, send mail address (user@host) as password.
- 230 Guest connection 17 (of 25) accepted, access restrictions apply.
- ftp> cd info-mac
- ftp> get ./help/recent-files.txt recentFiles
- ftp> get ./game/cumulonimbus.hqx cn.hqx
- ftp> quit
- % sz cn.hqx
- </PRE>
- <P>
-
- Keep in mind that some sites may disenable the anonymous login for a while:
- during certain hours of the day, for maintainance reasons, or due to too
- much heavy traffic {ftp.apple.com and sumex-aim.stanford.edu do this every now
- and then, for example}. Most will tell you the reason for refusing anonymous
- login, but a few will say nothing more than "User anonymous unknown". Keep
- this in mind when a site on this list results in "User anonymous unknown" or
- "connection refused".
- </P><P>
-
- <H2>Power User Notes</H2>
- <P>
- If you want to read a file on a remote site, but don't want download it,
- quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
- will dump the file to your terminal. Also exploit ftp's pipe and shell
- abilities, like "get myfile.txt |more" will do the same as above, except
- using "more" to page the file.
- </P><P>
-
- If you need to know the IP address of an ftp site, a common unix program
- called "nslookup" can help. With some versions, "nslookup ftp.apple.com"
- would spit out "130.43.2.3." The reverse is also true, "nslookup 130.43.2.3"
- would print out "ftp.apple.com." Normally nslookup on an IP address just
- verifies the address as valid and to do a reverse lookup you must reverse the
- address and use the in-addr.arpa domain with the lookup type set to "ANY."
- </P><P>
-
- Most files you'll get off ftp are in that pain in the butt format, binhex.
- Mike Gleason usually downloaded to his unix box, and then used an immensely
- useful utility called "mcvert" to de-binhex them there. Not only is this
- faster, but it doesn't tie up your own CPU :-) Stop over to sumex
- {info-mac/cmp directory} and grab it. After mcvert'ing files, they'll turn
- into files with ".bin" suffix on them, meaning they are in MacBinary format,
- and ready to download.
- </P><P>
-
- <STRONG>CAUTION:</STRONG> Do _not_ confuse .z {gzip} with .Z {format that gzip is aimed at
- replacing}. These are totally _different_ unix compression formats and in an
- effort to prevent further confusion gzip files are now supposed to use the .gz
- extension.
- </P><P>
-
- <STRONG>WARNING:</STRONG> make sure that the communication program is in BINARY mode or
- downloading of ".bin" and "unpacked" programs won't work. For example,
- Kermit's binary mode on some Unix machines is accessed by typing 'kermit -i'
- at the promt. BINARY mode is also called IMAGE mode.
- </P><P>
-
- Here's a handy chart to keep track which programs unmangle which formats:
- </P>
- <PRE>
- unix .gz/.z .uu/
- Macintosh .cpt .sit .hqx .bin .zip .dd .lzh .Z {gzip} .tar .arc .uue
- Stuffit Expander* D D D D
- w/ DSEE* D X X X D D D D D
- StuffIt Lite** D X X X
- w/ translators** D X X X D X X D X
- StuffIt Deluxe** D X X X D X X D X
- SITcomm*** D X X X D ? X X D X
- ArcMac X
- BinHex 4.0 X
- BinHex 5.0 X X
- Compact Pro X D/N X
- DDExpand 4.0 D D
- Disk Doubler D X
- MacCompress X
- MacGzip X X
- MacLHA X
- SunTar 2.0b12 X X X D
- Tar 4.0b X
- UnZip D
- UU Lite X
- UUTool X
- ZipIt X
-
- Other unix .gz/.z .uu/
- computers .cpt .sit .hqx .bin .zip .dd .lzh .Z {gzip} .tar .arc .uue
- mcvert (unix) X X
- PKZIP (DOS) X
- unpack (unix) D X/?
- unsitins.exe D
-
- N = Cannot decode .sit dlx files
- D = Decode only
- X = Encode and decode
-
- .sit refers to both 1.5 and dlx. Otherwise a '/' is used {1.5/dlx}.
- </PRE>
- <H3>Special formats</H3>
- <PRE>
- .pit - old commpression format {~1989} created by PackIt programs that has
- been replaced by .sit. In general, a program that handles .sit files can
- unmangle .pit files as well.
- .sea - decompresses itself and needs no external programs.
- .tgz - another name for .tar.z {do not confuse with .tar.Z}.
-
- * DropStuff with Expander Enhancer is an addon for Stuffit Expander.
- Wait for the 3.5.1 version. Avoid 3.5B and 3.5 because they will stop
- working on Aug 16, 1994.
- ** Stuffit Deluxe translators can be used with Stuffit Lite. Current
- versions are 3.0.7 as of this writing.
- *** SITcomm is communications program from Aladdin that uses the Stuffit
- translators.
- </PRE><P>
- Special note: .hqx and .uu files are the ONLY files that can be downloaded in
- ASCII mode; all others must be downloaded in BINARY mode for the file to
- decompress properly. Otherwise you will get errors like "unreadable file" or
- "file is corrupt" when you try to decompress them.
- </P>
- <H2>Sites with general files</H2>
- <P>
- These sites have many mac files, and are still getting new ones:
- </P><PRE>
- <A HREF="ftp://dipmat.unife.it/">dipmat.unife.it 192.167.208.253 </A>See Note <A HREF="#1">1</A>
- <A HREF="ftp://ezinfo.ethz.ch/mac/">ezinfo.ethz.ch 129.132.2.72 </A>./mac <A HREF="#2">2</A>
- <A HREF="ftp://ftp.apple.com/dts/">ftp.apple.com 130.43.2.3 </A>/dts <A HREF="#3">3</A>
- <A HREF="ftp://ftp.austin.apple.com/Apple.Support.Area/">ftp.austin.apple.com 17.127.4.50 </A>/Apple.Support.Area {see note} <A HREF="#4">4</A>
- <A HREF="ftp://ftp.cso.uiuc.edu/mac/MUG/">ftp.cso.uiuc.edu 128.174.5.59 </A>/mac/MUG <A HREF="#5">5</A>
- <A HREF="ftp://ftp.funet.fi/pub/mac/">ftp.funet.fi 128.214.6.100 </A>/pub/mac <A HREF="#6">6</A>
- <A HREF="ftp://ftp.luth.se/pub/mac/">ftp.luth.se 130.240.18.2 </A>/pub/mac
- <A HREF="ftp://ftp.support.apple.com/">ftp.support.apple.com 130.43.6.3 </A>See Note <A HREF="#7">7</A>
- <A HREF="ftp://irisa.irisa.fr/News/comp.binaries.mac/">irisa.irisa.fr 131.254.254.2 </A>/News/comp.binaries.mac <A HREF="#8">8</A>
- <A HREF="ftp://mirror.archive.umich.edu/mac/">mirror.archive.umich.edu 141.211.32.2 </A>/mac <A HREF="#9">9</A>
- <A HREF="ftp://nic.switch.ch/software/mac/">nic.switch.ch 130.59.1.40 </A>/software/mac <A HREF="#10">10</A>
- <A HREF="ftp://sumex-aim.stanford.edu/info-mac/">sumex-aim.stanford.edu 36.44.0.6 </A>/info-mac {see mirrors & note} <A HREF="#11">11</A>
- </PRE>
- <H2>Sites with specific files</H2>
- <P>
- These sites are home to a few specific file(s) or file types:
- </P><PRE>
- <A HREF="ftp://abs.apple.com/abs/">abs.apple.com 130.43.1.101 </A>/abs /pub (apple, MAE)
- <A HREF="ftp://alfred.ccs.carleton.ca/pub/pov-ray/">alfred.ccs.carleton.ca 134.117.1.1 </A>/pub/pov-ray (PoV-Ray)
- <A HREF="ftp://archives.math.utk.edu/mac/">archives.math.utk.edu 128.169.202.163 </A>/mac (Mathematics) <A HREF="12">12</A>
- <A HREF="ftp://arthur.cs.purdue.edu/pub/trinkle/">arthur.cs.purdue.edu 128.10.2.1 </A>/pub/trinkle (mac32.tar.Z)
- <A HREF="ftp://atlas.chem.utah.edu/topsoft/">atlas.chem.utah.edu 128.110.196.10 </A>/topsoft (Programming?}
- <A HREF="ftp://aux.support.apple.com//">aux.support.apple.com 130.43.6.2 </A>/ (A/UX stuff)
- <A HREF="ftp://bert.cs.byu.edu/NCSA_Telnet/">bert.cs.byu.edu 128.187.2.20 </A>/NCSA_Telnet (BYU's version)
- <A HREF="ftp://biom3.univ-lyon1.fr/pub/">biom3.univ-lyon1.fr 134.214.100.42 </A>/pub (MacMul, GraphMu)
- <A HREF="ftp://boombox.micro.umn.edu/pub/">boombox.micro.umn.edu 128.101.95.95 </A>/pub (gopher, POPmail, more)
- <A HREF="ftp://brownvm.brown.edu//">brownvm.brown.edu 128.148.128.40 </A>/ (tn3270, term, lpr)
- <A HREF="ftp://cambridge.apple.com/pub/">cambridge.apple.com 198.112.73.3 </A>/pub {Mac Common LISP}
- <A HREF="ftp://cassandra.ucr.edu/pub/apple2/">cassandra.ucr.edu 138.23.90.119 </A>/pub/apple2 (][+ emulator)
- <A HREF="ftp://cecelia.media.mit.edu/pub/">cecelia.media.mit.edu 18.85.0.104 </A>/pub (CSound)
- <A HREF="ftp://chook.cs.adelaide.edu.au/pub/VHDL-Cookbook/">chook.cs.adelaide.edu.au 129.127.8.8 </A>/pub/VHDL-Cookbook
- <A HREF="ftp://cs.orst.edu/pub/mac/">cs.orst.edu 128.193.32.1 </A>/pub/mac (lab-logger)
- <A HREF="ftp://cs.rice.edu/public/mac/">cs.rice.edu 128.42.1.30 </A>/public/mac (Eudora; Telebite)
- <A HREF="ftp://csd4.csd.uwm.edu/pub/mac/">csd4.csd.uwm.edu 129.89.7.4 </A>/pub/mac (StuffIt, Gatekeeper, Old)
- <A HREF="ftp://d31rz0.stanford.edu/Igor/">d31rz0.stanford.edu 36.76.0.151 </A>/Igor (Igor demos, utilities)
- <A HREF="ftp://devtools.symantec.com/ftp/Macintosh/">devtools.symantec.com 155.64.82.86 </A>/ftp/Macintosh (Symantec)
- <A HREF="ftp://evolution.uh.edu/pub/gene-server/mac/">evolution.uh.edu 129.7.1.16? </A>/pub/gene-server/mac (Science)
- <A HREF="ftp://fiji.wri.com/pub/">fiji.wri.com 140.177.10.76 </A>/pub (Mathematica)
- <A HREF="ftp://ftp-boi.external.hp.com/pub/">ftp-boi.external.hp.com 192.6.71.2 </A>/pub (HP)
- <A HREF="ftp://ftp.acns.nwu.edu/pub/disinfectant/">ftp.acns.nwu.edu 129.105.16.52 </A>/pub/disinfectant (Disinf HQ) <A HREF="13">13</A>
- <A HREF="ftp://ftp.adobe.com/pub/adobe/">ftp.adobe.com 130.248.1.4 </A>/pub/adobe (Abobe)
- <A HREF="ftp://ftp.amug.org/pub/newton/">ftp.amug.org 165.247.10.2 </A>/pub/newton (newton)
- <A HREF="ftp://ftp.att.com/pub/afterdark/">ftp.att.com 192.20.239.133 </A>/pub/afterdark (programmer's list)
- <A HREF="ftp://ftp.cambridge.apple.com/">ftp.cambridge.apple.com ??? </A>/pub
- <A HREF="ftp://ftp.cayman.com/pub/">ftp.cayman.com 143.137.1.2 </A>/pub (GatorBox stuff)
- <A HREF="ftp://ftp.cc.purdue.edu/pub/mac/">ftp.cc.purdue.edu 128.210.10.6 </A>/pub/mac (RevRdist)
- <A HREF="ftp://ftp.cc.umanitoba.ca/Mac-Develop/Newton/Incoming/">ftp.cc.umanitoba.ca 130.179.16.24 </A>/Mac-Develop/Newton/Incoming
- <A HREF="ftp://ftp.csua.berkeley.edu/pub/jwang/">ftp.csua.berkeley.edu 128.32.149.19 </A>/pub/jwang (compatibility/AV info)
- <A HREF="ftp://ftp.dartmouth.edu/pub/mac/">ftp.dartmouth.edu 129.170.16.54 </A>/pub/mac (Dartmouth XCMDs, etc)
- <A HREF="ftp://ftp.edvz.uni-linz.ac.at/pub/mac/system/">ftp.edvz.uni-linz.ac.at 140.78.3.8 </A>/pub/mac/system
- <A HREF="ftp://ftp.embl-heidelberg.de/pub/software/mac/">ftp.embl-heidelberg.de 192.54.41.33 </A>/pub/software/mac (molecular biology)
- <A HREF="ftp://ftp.radius.com/pub/radius/software/mac/">ftp.radius.com 140.82.20.1 </A>/pub/radius/software/mac (radius)
- <A HREF="ftp://ftp.gte.com/pub/chuck/">ftp.gte.com 132.197.8.2 </A>/pub/chuck (Chassis, sample code)
- <A HREF="ftp://ftp.gsfc.nasa.gov/mac/">ftp.gsfc.nasa.gov 140.78.3.8 </A>/mac (MacSecure.3.1.hqx)
- <A HREF="ftp://ftp.imag.fr/pub/Cabri,/">ftp.imag.fr 129.88.32.1 </A>/pub/Cabri, /archive/macintosh <A HREF="14">14</A>
- <A HREF="ftp://ftp.novell.com/pub2/MAC/">ftp.novell.com 137.65.1.3 </A>/pub2/MAC (Novell)
- <A HREF="ftp://ftp.ncsa.uiuc.edu/Mac/">ftp.ncsa.uiuc.edu 141.142.20.50 </A>/Mac (NCSA Telnet, etc) <A HREF="15">15</A>
- <A HREF="ftp://ftp.primate.wisc.edu/pub/mac/">ftp.primate.wisc.edu 144.92.43.11 </A>/pub/mac (TransSkel & misc) <A HREF="16">16</A>
- <A HREF="ftp://ftp.psi.com/wp/">ftp.psi.com 136.161.128.3 </A>/wp (PSIWP, an X.500 client)
- <A HREF="ftp://ftp.qualcomm.com//">ftp.qualcomm.com 192.35.156.5 </A>/ (Eudora)
- <A HREF="ftp://ftp.sri.ucl.ac.be/pub/">ftp.sri.ucl.ac.be 130.104.1.1 </A>/pub (network, French versions)
- <A HREF="ftp://ftp.stolaf.edu/pub/macpsych/">ftp.stolaf.edu 130.71.128.9 </A>/pub/macpsych (psychology)
- <A HREF="ftp://ftp.utas.edu.au/mac/">ftp.utas.edu.au 131.217.10.1 </A>/mac (Mews)
- <A HREF="ftp://ftp.uu.net/languages/abc/">ftp.uu.net 192.48.96.9 </A>/languages/abc (ABC prog lang) <A HREF="17">17</A>
- <A HREF="ftp://ftp.wimsey.com/">ftp.wimsey.com ??? </A>/pub/mac (Internet communications)
- <A HREF="ftp://gaea.kgs.ukans.edu//">gaea.kgs.ukans.edu 129.237.140.40 </A>/ (scripting)
- <A HREF="ftp://geom.umn.edu/stuff/snappea/mac/">geom.umn.edu 128.101.25.35 </A>/stuff/snappea/mac (Snap pea)
- <A HREF="ftp://hensel.mathp6.jussieu.fr/dist/pari/mac/">hensel.mathp6.jussieu.fr 134.157.51.2 </A>/dist/pari/mac (pari/Math)
- <A HREF="ftp://hobbes.lbl.gov/pub/mac/">hobbes.lbl.gov 128.3.12.38 </A>/pub/mac (Radiance)
- <A HREF="ftp://jagubox.gsfc.nasa.gov/pub/aux/">jagubox.gsfc.nasa.gov 128.183.44.1 </A>/pub/aux (A/UX)
- <A HREF="ftp://ics.uci.edu/mac/think-c/">ics.uci.edu 128.195.1.1 </A>/mac/think-c <A HREF="18">18</A>
- <A HREF="ftp://iraun1.ira.uka.de/pub/mac/">iraun1.ira.uka.de 129.13.10.90 </A>/pub/mac (SingleShare,NewsView)
- <A HREF="ftp://linc.cis.upenn.edu/pub/NH3.0/mac/">linc.cis.upenn.edu 130.91.6.8 </A>/pub/NH3.0/mac (Mac NetHack!)
- <A HREF="ftp://microlib.cc.utexas.edu/microlib/mac/">microlib.cc.utexas.edu 128.83.186.13 </A>/microlib/mac (Gatekeeper HQ) <A HREF="19">19</A>
- <A HREF="ftp://midway.uchicago.edu/pub/OzTex/">midway.uchicago.edu 128.135.12.73 </A>/pub/OzTex
- <A HREF="ftp://mojo.ots.utexas.edu/pub/slip/mac/ncsa/">mojo.ots.utexas.edu 128.83.185.16 </A>/pub/slip/mac/ncsa SLIP telnet
- <A HREF="ftp://mrcnext.cso.uiuc.edu/">mrcnext.cso.uiuc.edu ??? </A>/etext (Project Gutenberg)
- <A HREF="ftp://munnari.oz.au/mac/">munnari.oz.au 128.250.1.21 </A>/mac (CAP, Multigate stuff) <A HREF="20">20</A>
- <A HREF="ftp://ncbi.nlm.nih.gov/entrez/">ncbi.nlm.nih.gov 130.14.25.1 </A>/entrez <A HREF="21">21</A>
- <A HREF="ftp://neptune.ethz.ch/Oberon/MacII,/">neptune.ethz.ch 129.132.101.33 </A>/Oberon/MacII, /XYZ <A HREF="22">22</A>
- <A HREF="ftp://newton.uiowa.edu/pub/newton/">newton.uiowa.edu 128.255.63.55 </A>/pub/newton (newton)
- <A HREF="ftp://novamail.cerl.uiuc.edu/pub/lime/">novamail.cerl.uiuc.edu 128.174.180.9 </A>/pub/lime (Lime demo, for MIDI)
- <A HREF="ftp://oddjob.uchicago.edu/pub/MAC/Yerk/">oddjob.uchicago.edu 128.135.4.2 </A>/pub/MAC/Yerk
- <A HREF="ftp://otter.stanford.edu/mma/">otter.stanford.edu 36.21.0.104 </A>/mma, /mac (Mathematica)
- <A HREF="ftp://pacific.mps.ohio-state.edu/mac/">pacific.mps.ohio-state.edu 128.146.37.18 </A>/mac (LabanWriter)
- <A HREF="ftp://rascal.ics.utexas.edu/mac/virus/">rascal.ics.utexas.edu 128.83.138.20 </A>/mac/virus (Antivirals) <A HREF="23">23</A>
- <A HREF="ftp://rever.nmsu.edu/">rever.nmsu.edu ??? </A>/pub/macfaq <A HREF="24">24</A>
- <A HREF="ftp://ruunfs.fys.ruu.nl/pub/vtools/">ruunfs.fys.ruu.nl 131.211.32.68 </A>/pub/vtools [vs2ps, vs2ris]
- <A HREF="ftp://sol.bucknell.edu/pub/mac/">sol.bucknell.edu 134.82.1.8 </A>/pub/mac (Excalibur, Gatekeeper}
- <A HREF="ftp://spider.navsses.navy.mil//">spider.navsses.navy.mil 157.187.16.101 </A>/ (pictures, sounds, SimCity 2000)
- <A HREF="ftp://ssyx.ucsc.edu/pub/mac/">ssyx.ucsc.edu 128.114.133.1 </A>/pub/mac (HyperUnix, ClientDA)
- <A HREF="ftp://statlab.uni-heidelberg.de/pub/network/">statlab.uni-heidelberg.de 129.206.113.100 </A>/pub/network (NetWork stuff)
- <A HREF="ftp://tau.sm.luth.se/pub/mac/nisus/">tau.sm.luth.se 130.240.0.3 </A>/pub/mac/nisus (macros, etc)
- <A HREF="ftp://terminator.cc.umich.edu/x500/">terminator.cc.umich.edu 141.211.164.8 </A>/x500 (maX.500 white pages)
- <A HREF="ftp://walrus.wr.usgs.gov/pub/mac/">walrus.wr.usgs.gov 130.118.7.254 </A>/pub/mac (Geology)
- <A HREF="ftp://zippy.nimh.nih.gov/pub/nih-image/">zippy.nimh.nih.gov 128.231.98.32 </A>/pub/nih-image (NIH-Image)
- </PRE>
- <H2>Mirror Sites</H2>
- <P>
- These sites are shadow/mirror archives (the same stuff) of something else:
- </P><PRE>
- <A HREF="ftp://anl.anl.fr/pub/mac/umich">anl.anl.fr 192.54.179.1 </A>/pub/mac/umich <A HREF="7">7</A>
- <A HREF="ftp://archie.au/micros/mac">archie.au 139.130.4.6 </A>/micros/mac [sumex, umich]
- <A HREF="ftp://archive.orst.edu/pub/mirrors/archive.umich.edu">archive.orst.edu 128.193.4.2 </A>/pub/mirrors/archive.umich.edu
- <A HREF="ftp://cnuce_arch.cnr.it/pub/info-mac">cnuce_arch.cnr.it 131.114.1.10 </A>/pub/info-mac [sumex]
- <A HREF="ftp://daemon.ncsa.uiuc.edu/Info-Mac-Binaries">daemon.ncsa.uiuc.edu 141.142.22.33 </A>/Info-Mac-Binaries
- <A HREF="ftp://ftp.amug.org/pub/info-mac">ftp.amug.org 165.247.10.2 </A>/pub/info-mac [sumex]
- <A HREF="ftp://ftp.center.osaka-u.ac.jp/info-mac">ftp.center.osaka-u.ac.jp 133.1.4.10 </A>/info-mac [sumex]
- <A HREF="ftp://ftp.cs.tu-berlin.de/pub/mac">ftp.cs.tu-berlin.de 130.149.17.7 </A>/pub/mac [sumex] <A HREF="25">25</A>
- <A HREF="ftp://ftp.edu.tw/Macintosh/info-mac">ftp.edu.tw 140.111.1.10 </A>/Macintosh/info-mac
- <A HREF="ftp://ftp.fenk.wau.nl/pub/mac/info-mac">ftp.fenk.wau.nl 137.224.129.4 </A>/pub/mac/info-mac [sumex]
- <A HREF="ftp://ftp.gsfc.nasa.gov/mac.dir">ftp.gsfc.nasa.gov 128.183.10.134 </A>/mac.dir [dftsrv.gov]
- <A HREF="ftp://ftp.hawaii.edu/mirrors/info-mac">ftp.hawaii.edu 128.171.44.70 </A>/mirrors/info-mac [sumex]
- <A HREF="ftp://ftp.ibp.fr/pub/mac/info-mac">ftp.ibp.fr 132.227.60.2 </A>/pub/mac/info-mac
- <A HREF="ftp://ftp.iij.ad.jp/pub/info-mac">ftp.iij.ad.jp 192.244.176.50 </A>/pub/info-mac [sumex]
- <A HREF="ftp://ftp.inter.spin.ad.jp/pub/Mac/Merit.mirror">ftp.inter.spin.ad.jp 165.76.8.4 </A>/pub/Mac/Merit.mirror
- <A HREF="ftp://ftp.jyu.fi/info-mac">ftp.jyu.fi 130.234.1.1 </A>/info-mac [sumex]
- <A HREF="ftp://ftp.loria.fr/pub/mac:umich">ftp.loria.fr 152.81.10.10 </A>/pub/mac:umich
- <A HREF="ftp://ftp.lth.se/mac">ftp.lth.se 130.235.20.3 </A>/mac [sumex] <A HREF="26">26</A>
- <A HREF="ftp://ftp.nus.sg/pub/zk/mac">ftp.nus.sg 137.132.9.11 </A>/pub/zk/mac [sumex, 14 day delay]
- <A HREF="ftp://ftp.rrzn.uni-hannover.de/ftp1/mac,">ftp.rrzn.uni-hannover.de 130.75.2.2 </A>/ftp1/mac, pub/info-mac [sumex]
- <A HREF="ftp://ftp.sunet.se/pub/mac">ftp.sunet.se 130.238.127.3 </A>/pub/mac [sumex, umich] <A HREF="27">27</A>
- <A HREF="ftp://ftp.switch.ch/mirror/info-mac">ftp.switch.ch 130.59.1.40 </A>/mirror/info-mac [sumex]
- <A HREF="ftp://ftp.technion.ac.il/pub/unsupported/mac">ftp.technion.ac.il 132.68.1.10 </A>/pub/unsupported/mac [sumex,umich]
- <A HREF="ftp://ftp.u-tokyo.ac.jp/pub/info-mac">ftp.u-tokyo.ac.jp 130.69.254.254 </A>/pub/info-mac [sumex]
- <A HREF="ftp://ftp.uni-kl.de/pub/info-mac">ftp.uni-kl.de 131.246.9.95 </A>/pub/info-mac [sumex, partial]
- <A HREF="ftp://ftp.uni-paderborn.de/mac">ftp.uni-paderborn.de 131.234.2.32 </A>/mac
- <A HREF="ftp://ftp.uni-stuttgart.de/soft/mac">ftp.uni-stuttgart.de 129.69.8.13 </A>/soft/mac [sumex, partial]
- <A HREF="ftp://ftp.univie.ac.at/mac/info-mac">ftp.univie.ac.at 131.130.1.4 </A>/mac/info-mac [sumex]
- <A HREF="ftp://ftp.ucs.ubc.ca/pub/mac/info-mac">ftp.ucs.ubc.ca 137.82.27.62 </A>/pub/mac/info-mac [sumex]
- <A HREF="ftp://ftp.uu.net/archive/systems/mac/info-mac">ftp.uu.net 192.48.96.9 </A>/archive/systems/mac/info-mac
- <A HREF="ftp://ftp.uwtc.washington.edu/pub/Macintosh">ftp.uwtc.washington.edu 128.95.202.40 </A>/pub/Macintosh [collection]
- <A HREF="ftp://ftphost.aukuni.ac.nz/mac">ftphost.aukuni.ac.nz 130.216.1.5 </A>/mac [sumex] <A HREF="28">28</A>
- <A HREF="ftp://garbo.uwasa.fi/mac">garbo.uwasa.fi 128.214.87.1 </A>/mac [funet]
- <A HREF="ftp://giza.cis.ohio-state.edu/pub/oztex">giza.cis.ohio-state.edu 128.146.8.61 </A>/pub/oztex [midway]
- <A HREF="ftp://grind.isca.uiowa.edu/mac">grind.isca.uiowa.edu 128.255.200.3 </A>/mac [sumex, umich] <A HREF="29">29</A>
- <A HREF="ftp://imftp.mgt.ncu.edu.tw/pub/mac/info-mac">imftp.mgt.ncu.edu.tw 140.115.83.90 </A>/pub/mac/info-mac [sumex]
- <A HREF="ftp://jyu.fi/maclib">jyu.fi 128.214.7.5 </A>/maclib [sumex]
- <A HREF="ftp://king.ncb.gov.sg/sumex">king.ncb.gov.sg 160.96.3.121 </A>/sumex
- <A HREF="ftp://mirror.archive.umich.edusee">mirror.archive.umich.edu Special </A>see mac.archive.umich.edu note <A HREF="9">9</A>
- <A HREF="ftp://mrcnext.cso.uiuc.edu/pub/mac;">mrcnext.cso.uiuc.edu 128.174.201.12 </A>/pub/mac; /pub/info-mac [sumex]
- <A HREF="ftp://nctuccca.edu.tw/Macintosh/umich-mac">nctuccca.edu.tw 192.83.166.10 </A>/Macintosh/umich-mac [umich]
- <A HREF="ftp://nic.switch.ch/mirror/info-mac">nic.switch.ch 130.59.1.40 </A>/mirror/info-mac [sumex] <A HREF="8">8</A>
- <A HREF="ftp://nic.switch.ch/mirror/Oberon/MacII">nic.switch.ch 130.59.1.40 </A>/mirror/Oberon/MacII [MacOberon] <A HREF="8">8</A>
- <A HREF="ftp://oswego.oswego.edu/pub/mac">oswego.oswego.edu 129.3.1.1 </A>/pub/mac [collection]
- <A HREF="ftp://proper.com/mac/general">proper.com 165.227.25.1 </A>/mac/general [sumex]
- <A HREF="ftp://ricevm1.rice.edu/[NA,">ricevm1.rice.edu 128.42.30.2 </A>/[NA, email/Bitnet]
- <A HREF="ftp://shark.mel.dit.csiro.au/info-mac">shark.mel.dit.csiro.au 144.110.16.11 </A>/info-mac [sumex]
- <A HREF="ftp://src.doc.ic.ac.uk/computing/systems/mac/info-mac">src.doc.ic.ac.uk 146.169.2.10 </A>/computing/systems/mac/info-mac <A HREF=" ">30
- <A HREF="ftp://155.198.1.40/">155.198.1.40</A>
- <A HREF="ftp://utsun.s.u-tokyo.ac.jp/Mac,">utsun.s.u-tokyo.ac.jp 133.11.11.11 </A>/Mac, /Mac/info-mac [sumex]
- <A HREF="ftp://watmsg.waterloo.edu/pub/oztex">watmsg.waterloo.edu 129.97.129.9 </A>/pub/oztex [midway]
- <A HREF="ftp://wuarchive.wustl.edu/systems/mac">wuarchive.wustl.edu 128.252.135.4 </A>/systems/mac {See note} <A HREF="31">31</A>
- </PRE>
- <H2>Smaller Sites</H2>
- <P>
- These sites have just a few mac files:
- </P><PRE>
- <A HREF="ftp://beach.utmb.edu/pub/virus/mac">beach.utmb.edu 129.109.1.207 </A>/pub/virus/mac {Old, VMS though}
- <A HREF="ftp://bode.ee.ualberta.ca/pub/mac">bode.ee.ualberta.ca 129.128.16.96 </A>/pub/mac
- <A HREF="ftp://eff.org/pub/mac">eff.org 192.88.144.3 </A>/pub/mac
- <A HREF="ftp://fs-1.iastate.edu/pub/mac">fs-1.iastate.edu 129.186.151.151 </A>/pub/mac
- <A HREF="ftp://ftp.lu.se/pub/mac">ftp.lu.se 130.235.132.90 </A>/pub/mac <A HREF="32">32</A>
- <A HREF="ftp://ftp.nevada.edu/pub/heathers">ftp.nevada.edu 131.216.1.11 </A>/pub/heathers (sounds)
- <A HREF="ftp://genbank.bio.net/pub/mac">genbank.bio.net 134.172.1.160 </A>/pub/mac
- <A HREF="ftp://hpcsos.col.hp.com/packet/mac">hpcsos.col.hp.com 15.255.240.16 </A>/packet/mac
- <A HREF="ftp://icarus.cns.syr.edu/software/mac">icarus.cns.syr.edu 128.230.1.49 </A>/software/mac (w/ Unix_Mac)
- <A HREF="ftp://icarus.riacs.edu/pub">icarus.riacs.edu 134.12.1.1 </A>/pub
- <A HREF="ftp://mailer.cc.fsu.edu/pub/mac">mailer.cc.fsu.edu 128.186.6.103 </A>/pub/mac
- <A HREF="ftp://procyon.cis.ksu.edu/pub/Macintosh">procyon.cis.ksu.edu 129.130.10.80 </A>/pub/Macintosh
- <A HREF="ftp://splicer.cba.hawaii.edu/mac">splicer.cba.hawaii.edu 128.171.17.7 </A>/mac
- <A HREF="ftp://teetot.acusd.edu/pub/Macintosh/SuperCard">teetot.acusd.edu 192.55.87.19 </A>/pub/Macintosh/SuperCard
- <A HREF="ftp://tolsun.oulu.fi/pub/mac">tolsun.oulu.fi 128.214.5.6 </A>/pub/mac
- <A HREF="ftp://ucsd.edu/midi/software/mac,">ucsd.edu 128.54.16.1 </A>/midi/software/mac, /pub/mac
- </PRE>
- <P>These sites have a lot of files, but do not get much new:</P>
- <PRE>
- <A HREF="ftp://f.ms.uky.edu/pub/mac">f.ms.uky.edu 128.163.128.6 </A>/pub/mac [sumex <02/21/93]
- <A HREF="ftp://ftp.bio.indiana.edu/">ftp.bio.indiana.edu 129.79.224.50 </A>/ (large science archive) <A HREF="33">33</A>
- <A HREF="ftp://impaqt1.mem.drexel.edu/pub/files/mac">impaqt1.mem.drexel.edu 129.25.10.1 </A>/pub/files/mac
- <A HREF="ftp://joker.optics.rochester.edu/Sounds,">joker.optics.rochester.edu 128.151.240.1 </A>/Sounds, /mac
- <A HREF="ftp://kth.se/macintosh">kth.se 130.237.72.201 </A>/macintosh
- <A HREF="ftp://mcsun.eu.net/comp/mac">mcsun.eu.net 192.16.202.1 </A>/comp/mac
- <A HREF="ftp://merlin.cs.purdue.edu/pub/mac">merlin.cs.purdue.edu 128.10.2.3 </A>/pub/mac
- <A HREF="ftp://oak.oakland.edu/pub2/macintosh">oak.oakland.edu 141.210.10.117 </A>/pub2/macintosh
- <A HREF="ftp://plains.nodak.edu/pub/mac/pub">plains.nodak.edu 134.129.111.64 </A>/pub/mac/pub
- <A HREF="ftp://pomme.src.umd.edu/info-mac">pomme.src.umd.edu 128.8.111.252 </A>/info-mac [sumex <02/20/93] <A HREF="34">34</A>
- <A HREF="ftp://ra.nrl.navy.mil/MacSciTech">ra.nrl.navy.mil 128.60.0.21 </A>/MacSciTech
- </PRE>
- <H2>Problem Sites</H2>
- <P>I can't connect to these sites, which may have mac stuff:</P>
- <PRE>
- <A HREF="ftp://saffron.inset.com/">saffron.inset.com 192.94.75.2 </A>/ (new Sound_list HQ)
- <A HREF="ftp://seeding.apple.com/">seeding.apple.com ??? </A>/
- </PRE>
- <P>These Mac sites no longer exist or have major problems:</P>
- <PRE>
- <A HREF="ftp://apple.com/">apple.com 130.43.2.2 </A>see ftp.apple.com <A HREF="3">3</A>
- <A HREF="ftp://ccb.ucsf.edu/">ccb.ucsf.edu 128.218.1.14 </A>Mac files removed
- <A HREF="ftp://dartvax.dartmouth.edu/">dartvax.dartmouth.edu 129.170.16.4 </A>see ftp.dartmouth.edu
- <A HREF="ftp://dftsrv.gsfc.nasa.gov/">dftsrv.gsfc.nasa.gov 128.183.10.3 </A>see ftp.gsfc.nasa.gov
- <A HREF="ftp://ftp.cnr.it/">ftp.cnr.it 192.12.192.6 </A>moved to cnuce_arch.cnr.it
- <A HREF="ftp://laplace.stat.ucla.edu/pub">laplace.stat.ucla.edu 128.97.4.147 </A>/pub directory gone
- <A HREF="ftp://lth.se/">lth.se 130.235.16.3 </A>see ftp.lth.se <A HREF="25">25</A>
- <A HREF="ftp://sics.se/">sics.se 192.16.123.90 </A>see ftp.lth.se <A HREF="25">25</A>
- <A HREF="ftp://slug.pws.bull.com/">slug.pws.bull.com 128.35.10.203 </A>see irisa.irisa.fr
- <A HREF="ftp://toklab.ics.osaka-u.ac.jp/">toklab.ics.osaka-u.ac.jp 133.1.12.100 </A>see ftp.center.osaka-u.ac.jp <A HREF="35">35</A>
- <A HREF="ftp://utsun.s.u-tokyo.ac.jp/">utsun.s.u-tokyo.ac.jp 133.11.11.11 </A>see ftp.u-tokyo.ac.jp
- <A HREF="ftp://wsmr-simtel20.army.mil/">wsmr-simtel20.army.mil 26.2.0.74 </A>see wuarchie.wustl.edu <A HREF="30">30</A>
- </PRE>
-
- <H2>Archie</H2>
- <P>Current archie servers (as of Nov 19, 1993):</P>
- <PRE>
- <A HREF="telnet://archie@archie.ac.il">archie.ac.il 132.65.6.15 </A>Israel
- <A HREF="telnet://archie@archie.ans.net">archie.ans.net 147.225.1.10 </A>ANS, New York, USA
- <A HREF="telnet://archie@archie.au">archie.au 139.130.4.6 </A>Deakin University, Geelong,Australia
- <A HREF="telnet://archie@archie.doc.ic.ac.uk">archie.doc.ic.ac.uk 146.169.11.3 </A>Imperial College, London, UK
- <A HREF="telnet://archie@archie.edvz.uni-linz.ac.at">archie.edvz.uni-linz.ac.at 140.78.3.8 </A>Austria
- <A HREF="telnet://archie@archie.funet.fi">archie.funet.fi 128.214.6.100 </A>FUnet, Helsinki, Finland
- <A HREF="telnet://archie@archie.internic.net">archie.internic.net 198.48.45.10 </A>NJ, USA
- <A HREF="telnet://archie@archie.kr">archie.kr 128.134.1.1 </A>Korea
- <A HREF="telnet://archie@archie.luth.se">archie.luth.se 130.240.18.4 </A>Sweden
- <A HREF="telnet://archie@archie.ncu.edu.tw">archie.ncu.edu.tw 140.115.19.24 </A>Taiwanese server
- <A HREF="telnet://archie@archie.rediris.es">archie.rediris.es 130.206.1.2 </A>Spain
- <A HREF="telnet://archie@archie.rutgers.edu">archie.rutgers.edu 128.6.18.15 </A>Piscataway, New Jersey, USA
- <A HREF="telnet://archie@archie.sogang.ac.kr">archie.sogang.ac.kr 163.239.1.11 </A>Korean server
- <A HREF="telnet://archie@archie.sura.net">archie.sura.net 128.167.254.179 </A>SURAnet, College Park, Maryland, USA
- <A HREF="telnet://archie@archie.switch.ch">archie.switch.ch 139.59.1.40 </A>SWITCH, Zurich, Switzerland
- <A HREF="telnet://archie@archie.th-darmstadt.de">archie.th-darmstadt.de 1130.83.22.60 </A>Germany
- <A HREF="telnet://archie@archie.unipi.it">archie.unipi.it 131.114.21.10 </A>Italy
- <A HREF="telnet://archie@archie.univie.ac.at">archie.univie.ac.at 131.130.1.23 </A>Austria
- <A HREF="telnet://archie@archie.unl.edu">archie.unl.edu 129.93.1.14 </A>Lincoln, Nebraska, USA
- <A HREF="telnet://archie@archie.uqam.ca">archie.uqam.ca 132.208.250.10 </A>Canada
- <A HREF="telnet://archie@archie.wide.ad.jp">archie.wide.ad.jp 133.4.3.6 </A>Japan
- <A HREF="telnet://archie@archie.nz">archie.nz 130.195.9.4 </A>New Zealand server
- </PRE>
- <P>Old archie servers (Jan 3 1993) that may have gone defunct:</P>
- <PRE>
- <A HREF="telnet://archie@archie.cs.huji.ac.il">archie.cs.huji.ac.il 132.65.6.5 </A>Hebrew University, Jerusalem,Israel
- <A HREF="telnet://archie@archie.kuis.kyoto-u.ac.jp">archie.kuis.kyoto-u.ac.jp 130.54.20.1 </A>Japan
-
- Note: "If you're on the Internet, you can "telnet [site name]" and login in as
- "archie", at which point you'll get basic directions and pointers to other
- Archie machines." (TidBITS#130; Gateways 1: Internet)
- </PRE>
- <HR>
- <H2>Notes</H2>
- <P>Notes on some of the above sites:</P>
- <PRE>
- <A NAME="1">
- 1. dipmat.unife.it (192.167.208.253) "/* Dipmat files/Software Macintosh"
- Reasonablly large site with a good selection of software. "It contains
- a small, but rather up-to-date collection of essential Macintosh software,
- a scientific bibliography (mainly mathematics, but also, for example,
- files about Mensa and gifted children), some local stuff."
- (ESG%IFEUNIV.bitnet@icineca.cineca.it). Its only problem is that spaces
- are used and so directory and file names MUST be in "...", otherwise
- command failed (Directory not found), or command failed (file not found)
- will result.
- <A NAME="2">
- 2. ezinfo.ethz.ch (129.132.2.72) ./mac
- While ezinfo is primarily a BBS for Users in Switzerland and Europe, this
- host also provides anonymous FTP and DECNET access to its archives.
- Preferrably use night hours as the BBS is heavily used by local users
- during daytime hours. Guests can only see 50% of the menus on the BBS.
- The Macintosh files are taken from comp.binaries.mac, with local
- uploads now and then. Recent files are stored in ./mac/news/ for one
- month before being redistributed in their respective directories.
- HOW TO UPLOAD: mail .hqx files to danny@ezinfo.ethz.ch
- TRANSFER MODE: Use ASCII.
- RECENT FILES: see above.
- HELP: eis_manager@ezinfo.ethz.ch
- <A NAME="3">
- 3. ftp.apple.com (130.43.2.3) /dts
- Replacing apple.com {apple.apple.com} (130.43.2.2) this is Apple's
- official ftp site to supply the world with System software {up to 7.0.1
- that is}, utilities, technical notes, sample source code, press release
- archives, and developer tools. Callers outside America are restricted
- to what they can download. :-(
- "Failure to maintain a reasonable load on this machine could result in
- this archive being pulled from the Internet, or, at a minimum, a nasty
- disk crash that could keep this site down for an extended period of time."
- (READ.ME file)
- ALL FILES: /dts/help/dir-files-all
- RECENT FILES: /dts/help/dir-files-recent
- HELP: /help, or mail mjohnson@apple.com.
- TRANSFER MODE: Use ASCII.
- <A NAME="4">
- 4. ftp.austin.apple.com (17.127.4.50) /Apple.Support.Area/Apple.SW.Updates
- This is one of Apples' "seeding" sites. Most of the software is in the
- /Apple.Support.Area/Apple.SW.Updates directory. As with ftp.apple.com
- callers outside America are restricted as to what they can download.
- <A NAME="5">
- 5. ftp.cso.uiuc.edu (128.174.5.59) /mac/MUG
- Old name ux1.cso.uiuc.edu. A local user group has been kind enough to
- store copies of it's disk collection here. There is a massive amount of
- material to download. New disks have started appearing again, too. Too
- bad the index files aren't updated regularly; it's a shame to download
- entire disks, not knowing what's on them. It also wastes internet
- bandwidth.
- ALL FILES: /mac/MUG/0Biglist.MUG
- HELP: /mac/MUG/0README.MUG
- TRANSFER MODE: Use ASCII.
- <A NAME="6">
- 6. ftp.funet.fi (128.214.6.100) /pub/mac
- A very large European site that shadows Sumex-aim and gets its own
- original files sometimes. Non-Europeans shouldn't call often, to keep
- costs down. It also serves as an European archie host (archie.funet.fi).
- ALL FILES: /pub/mac/_file.lst
- RECENT FILES: /pub/mac/ChangeLog
- HELP: /pub/mac/HELP
- HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
- TRANSFER MODE: Use BINARY (IMAGE).
- <A NAME="7">
- 7. ftp.support.apple.com (130.43.6.3) "/pub/Apple SW Updates"
- AppleLink and E-World {Apple SW Updates} mirror. "Since this is a real
- mirror copy of the archive on AppleLink you may encounter some interesting
- directory and file names. To get around these intersting names simply use
- quotes ("") to encapsulate the path. You may also run into another
- problem with non-printable (>ascii 127) characters in filenames. Use mget
- Mac* to retrieve a file that starts with Mac and also contains
- non-printable and thus non-typeable characters."
- (brooks@ftp.support.apple.com (Kevin Brooks))
- I assume that as is the case with ftp.apple.com callers outside America
- are restricted as to what they can download.
- <A NAME="8">
- 8. irisa.irisa.fr (131.254.2.3) /News/comp.binaries.mac
- They keep archives of the postings to the comp.binaries.mac newsgroup.
- The files all stored in one huge directory, so instead of doing an 'ls',
- get the index file to look at offline.
- ALL FILES: /News/comp.binaries.mac/index
- HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
- TRANSFER MODE: Use ASCII.
- <A NAME="9">
- 9. mac.archive.umich.edu (141.211.32.2) /mac
- This big site has a large number of files, many of them unique. There are
- many outline fonts, mostly Adobe type 1's, and a few type 3's and
- TrueType. About the only gripe I have is the tremendous number of
- subdirectories, e.g. /mac/system.extensions/font/adobe.type.three... but
- that's a small price to pay for the work they've put in for us leeches :-)
- mirror.archive.umich.edu is a special pointer to the U.S. mirrors of
- mac.archive.umich.edu and will connect you to one of them randomly.
- ALL FILES: /mac/00help/index.txt
- RECENT FILES: /mac/00help/newfiles.txt
- IN QUEUE: Look in the /mac/incoming directory.
- HELP: /mac/00help
- HOW TO UPLOAD: ftp-put files in the /mac/incoming directory or
- e-mail to macgifts@mac.archive.umich.edu
- {e-mail results in crossposting to other archives}
- TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
- <A NAME="10">
- 10. nic.switch.ch (130.59.1.40) /software/mac /mirror/info-mac
- /mirror/umich-mac /mirror/Oberon/MacII
- A pretty large European site. It is a server for academic and research
- users primarily in Switzerland, but also for the ones in Europe and the
- rest of the world.
- There is also an interactive browsing mode available via the SWITCHinfo
- telnet access to nic.switch.ch with login name 'info', no password
- required. A HyperCard stack offers similar access facilities in a
- Macintosh way, it can be found in /software/mac/SWITCHinfo.
- In /software/mac/src is a unique collection of Macintosh software that
- comes with freely redistributable sources.
- ALL FILES: /0overview/ls-lR (very large, > 3 MBytes!)
- RECENT FILES: /0overview/new-files
- HELP: /0README or mail to switchinfo@switch.ch
- <A NAME="11">
- 11. sumex-aim.stanford.edu (36.44.0.6) /info-mac
- The king of macintosh ftp sites. If you want your uploads to get a wide
- distribution, this is the place to send them to. They also have their own
- message "list", the info-mac digests which is handy for those who don't
- have USENET access.
- "We ask that you use our mirrors INSTEAD OF our server, because the load
- there now makes it difficult for us to manage the archive!"
- (Info-Mac Archive Mirror Sites)
- ALL FILES: /info-mac/help/all-files.txt
- RECENT FILES: /info-mac/help/recent-files.txt
- HELP: Look in the /info-mac/help directory, read 'em all.
- HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
- emailing to macgifts@mac.archive.umich.edu also works
- as does macgifts@sumex-aim.stanford.edu.
- TRANSFER MODE: Use ASCII.
- <A NAME="12">
- 12. archives.math.utk.edu (128.169.202.163) /mac
- A site for shareware and public domain software suitable for use in
- mathematics education at the college and university level. Both anonymous
- ftp and gopher access are supported (gopher using port 70). Gopher access
- also supports WAIS searching of abstracts as well as numerous gopher links
- to other sites of mathematical interest.
- <A NAME="13">
- 13. ftp.acns.nwu.edu (129.105.113.52 129.105.49.1) /pub
- The headquarters of John Norstad's excellent anti-virus program,
- Disinfectant {/pub/disinfectant}. Other interesting /pub directories
- are: /pub/newswatcher; /pub/nupop; and /pub/ph.
- TRANSFER MODE: Use ASCII.
- <A NAME="14">
- 14. ftp.imag.fr (129.88.32.1) /pub/Cabri, /archive/macintosh
- Not only is this the home of the CABRI (graph, geometry) software, but
- they are also nice enough to keep the most recent uploads to
- comp.binaries.mac, in MacBinary format (yay!). It is recommened that
- CABRI be retrieved from wuarchive.wustl.edu
- TRANSFER MODE: Use BINARY (IMAGE).
- <A NAME="15">
- 15. ftp.ncsa.uiuc.edu (141.142.20.50) /Mac
- Also know as zaphod.ncsa.uiuc.edu. NCSA keeps Telnet, ContigAsm,
- Contour, DataScope, GelReader, HypercardAnimator, NCSA Image,
- Import2HDF, Layout, & PalEdit here.
- TRANSFER MODE: Use ASCII.
- <A NAME="16">
- 16. ftp.primate.wisc.edu (144.92.43.11) /pub/mac
- Contains some programs by Paul DuBois, and a few other utilities: BlobMgr,
- FaceLift, Grep, TransSkel,ZoomIdle, MakeWrite, SicnEdit, gnome, and
- psuedo-fpu.
- TRANSFER MODE: Use ASCII.
- <A NAME="17">
- 17. ftp.uu.net (192.48.96.9) /languages/abc
- You can find a mac version of the ABC programming language here, and also
- a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet
- also archives huge amounts of other material, like USENET news, GNU stuff,
- bsd sources, internet specs, popular unix packages, and bug fixes.
- ALL FILES: /index/master.Z, /index/master-time.Z
- RECENT FILES: /index/changes.week.Z, /index/changes.day.1.Z
- IN QUEUE: /index/incoming.Z
- HELP: /help, /index/README
- HOW TO UPLOAD: /tmp
- TRANSFER MODE: Use BINARY.
- <A NAME="18">
- 18. ics.uci.edu (128.195.1.1) /mac/think-c
- Home of the Think C mailing list. You'll find a bunch of Think Class
- Library stuff here, along with general Think C code, interfaces, and
- updaters. Read all the README files in /mac/think-c for more info (and
- how to get on the mailing list).
- TRANSFER MODE: Use ASCII.
- <A NAME="19">
- 19. microlib.cc.utexas.edu (128.83.186.13) /microlib/mac
- University of Texas at Austin Computation Center's Macintosh software
- archive, and headquarters of Chris Johnson's anti-virus utility
- Gatekeeper. Has an editorial policy on what programs it accepts.
- You can also subscribe to their mailing list (email to
- chrisj@emx.utexas.edu or chrisj@mail.utexas.edu and ask) to get
- informed when new additions arrive {chrisj@mail.utexas.edu is faster.}
- ALL FILES: /microlib/mac/file-list.txt
- RECENT FILES: Get the file called "Update-[date]" in /microlib/mac.
- HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
- {this also results in cross-posting to other archives.}
- TRANSFER MODE: Use ASCII.
- <A NAME="20">
- 20. munnari.oz.au (128.250.1.21) /mac
- Home of Webster Multiport Gateway tools, and other mac networking goodies,
- like Columbia Appletalk Package, Timelord, & Messages.
- TRANSFER MODE: Use BINARY.
- <A NAME="21">
- 21. ncbi.nlm.nih.gov (130.14.25.1) /entrez
- The National Center for Biotechnology Information (NCBI) developed and
- supports a public domain program named Entrez (pronounced "ON-tray") for
- browsing a comprehensive set of DNA and protein sequence databases and a
- subset of the National Library of Medicine's MEDLINE bibliographic
- database. NetEntrez {freely available program available here} can be used
- to access the Entrez network service provided by the NCBI. NetEntrez has
- no access charges and does not use a CD-ROM drive. For users without
- Internet connectivity, ordering information for Entrez CD-ROM
- subscriptions is posted there, too.
- (gish@host.nlm.nih.gov (Warren Gish))
- HELP: Contact info@ncbi.nlm.nih.gov
- TRANSFER MODE: Use ASCII.
- <A NAME="22">
- 22. neptune.ethz.ch (129.132.101.33) /Oberon/MacII
- Here you can findMacOberon compiler, andGeometry program XYZ GeoBench.
- TRANSFER MODE: Use ASCII.
- <A NAME="23">
- 23. rascal.ics.utexas.edu (128.83.138.20) /mac
- The definitive anti-viral support site as well as the archive site for
- MacLayers, DialScript, and comp.sys.mac.announce.
- <A NAME="24">
- 24 rever.nmsu.edu (???) /pub/macfaq
- This archive contains almost all freely distributable software mentioned
- in the FAQ lists for comp.sys.mac.misc, comp.sys.mac.system and
- comp.sys.mac.apps. (eharold@corona.sunspot.noao.edu (Elliotte Harold))
- <A NAME="25">
- 25. ftp.cs.tu-berlin.de (130.149.17.7) /pub/mac
- Also called 'quepasa.cs.tu-berlin'. FTP-Users can get folders with 'get
- folder.tar' and get files/folers compressed 'get file.Z/get folder.tar.Z'
- TRANSFER MODE: Use BINARY.
- Mail-Server: mail-server@cs.tu-berlin.de
- <A NAME="26">
- 26. ftp.lth.se (130.235.20.3) /mac
- This is a European sumex shadow that has superseded sics.se. Due to
- people using the site as a gif trading post the ftp upload has been
- eliminted.
- HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
- TRANSFER MODE: Use ASCII.
- <A NAME="27">
- 27. ftp.sunet.se (130.238.127.3) /pub/mac
- In addition to mirroring both Info-mac {/pub/mac/info-mac} and Umich
- {/pub/mac/mirror-umich} this Sweden archive has large amounts of DOS,
- Windows and UNIX files.
- INFO: 'arkiv-underh' in the root directory {in Swedish, I think}
- TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
- <A NAME="28">
- 28. ftphost.aukuni.ac.nz (130.216.1.5) /mac
- A shadow archive intended for folks in and around New Zealand.
- ALL FILES: /mac/README
- RECENT FILES: /mac/NEWFILES.TXT
- HELP: Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
- HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
- TRANSFER MODE: Use ASCII.
- <A NAME="29">
- 29. grind.isca.uiowa.edu (128.255.200.3) /mac
- The Iowa Student Computing Association filesystem, five gigabytes and
- growing! In addition to FTP it also has telnet downloading interface
- (Zmodem, NetZmodem, Kermit, Xmodem, FTP) with search, new_files, and
- batch downloading, login as 'iscabbs'. ISCA also has one of the largest
- Internet BBS's at bbs.isca.uiowa.edu, they support over 200 users online
- at once.
- Coming soon: PANDA, the information arcade message system. A quantum
- leap beyond the ordinary BBS experience.
- TRANSFER MODE: Use BINARY. (MacBinary format)
- <A NAME="30">
- 30. src.doc.ic.ac.uk (146.169.2.10) /computing/systems/mac/info-mac
- A London based Info-mac & umich {packages/mac/umich} shadow.
- Limit: 300 simultaneous users. To save space some files have been
- gzipped but these can ungzipped on the fly by typing in the file name
- minus the .gz suffex.
- HELP: mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
- TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
- <A NAME="31">
- 31. wuarchive.wustl.edu (128.252.135.4) /systems/mac
- This is the de-facto king of shadow archives; it mirrors three mac
- sites: sumex {/systems/mac/info-mac}, mac.archive.umich.edu
- {/systems/mac/umich.edu}, and the now defunct Simtel site
- {/systems/mac/machintosh}. It appears that the Simtel mirror
- was restored and the rascal.ics.utexas.edu mirror was destroyed
- Jan 13, 1994 "due to a bug in the system crash dump routines."
- (README.NOW file). This site also shadows several non Mac archives.
- Limit: 175/200 simultaneous users.
- Note: login to this site can becomedifficult when sumex gets new files.
- TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
- <A NAME="32">
- 32. ftp.lu.se (130.235.132.89)
- Old name was pollux.lu.se. Roland.Mansson@dna.lth.se (Roland Mansson)
- sent me the following: "ftp.lu.se, which I administrate, will
- unfortunately NOT have many mac files in the future."
- TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
- <A NAME="33">
- 33. ftp.bio.indiana.edu (129.79.224.50) /{see below}
- All sorts of scientific applications, in /biology/mac, /chemistry/mac,
- /science/mac, and /molbio/mac.
- HELP: /archive.doc
- HOW TO UPLOAD: /incoming
- TRANSFER MODE: Use ASCII.
- <A NAME="34">
- 34. pomme.src.umd.edu (128.8.111.252) /info-mac
- Also named src-aux.src.umd.edu. On a Mac running A/UX 3.0 this is the
- Institute for Systems Research at the University of Maryland's sumex
- shadow -which seems to have stopped around 2/20/93 {latest file date.} for
- UMCP and the east coast and it also adds a few files.
- <A NAME="35">
- 35. toklab.ics.osaka-u.ac.jp (133.1.12.100) /mac/info-mac/info-mac
- "ATTENTION: Closing service for /mac
- 1994Jun14
- Now, we have high-speed campus LAN. As we can easily access to
- ftp.center.osaka-u.ac.jp, there are no need to maintain local cache.
- From now on, /mac will no more updated and will be erased soon or later."
- (Login message).
- </PRE>
- <HR><address>html'd by Tim Jones (jones@bga.com)</address>
-
-